#chatbox .close-modal {
	position: absolute;
	top: 4px;
	right: -1px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/collapse2.png) no-repeat 0 0;
	outline:none;
}
#chatbox .help-modal {
	position: absolute;
	top: 4px;
	right: 57px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/question.png) no-repeat 0 0;
	outline:none;
}
#chatbox .detach-modal {
	position: absolute;
	top: 4px;
	right: 28px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/detach.png) no-repeat 0 0;
	outline:none;
}
#chatbar {
	height: 150px;
	position: fixed;
	bottom: 0;
	width: 250px;
	right: 0px;
	pointer-events: none;
	z-index: 1000;
}
#chatbox {
	/*background: rgba(236, 236, 236, 1) none repeat scroll 0% 0%;*/
	/*width: 300px;*/
	/*height: 466px;*/
	position: fixed;
	/*margin-left: -400px;*/
	/*margin-top: -230px;*/
	z-index: 500;
	/*box-shadow: 0px 0px 10px #000;*/
	/*border: 1px solid;*/
	/*border-color: #fff #bfbfbf #bfbfbf #fff;*/
	position: fixed;
	bottom: 0px;
	right: 0px;
	/*left: 0px;*/
	/*border: 2px solid;*/
	/*border-color: #888;*/
	max-height: 100%;
}
#chatbox_inner {
	/*width: 790px;*/
	/*height: 490px;*/
	/*position: relative;*/
	/*height: 15px;*/
}
#chatbox_left {
	color: #888;
	position: absolute;
	left: 10px;
	text-align: left !important;
	height: 15px;
	line-height: 15px;
}
#chatbox_right{
	position: absolute;
	right: 10px;
	top: 0;
	height: 10px;
	width: 100px;
	text-align: right;
	height: 15px;
	line-height: 15px;
}
#chatbox iframe {
	border: none;
	width: 520px;
	height: 432px;
	margin: 0;
	/*padding-left: 8px;*/
	padding-top: 34px;
	background: #8598B6;
	/*border: 2px solid #666;*/
	/*border-bottom: 0;*/
	border: none;
	box-shadow: 1px 2px 7px #000;
}
#chatbar iframe {
	border: none;
	overflow: hidden;
}
#chatbutton {
	/*bottom: 5px;*/
	/*left: 5px;*/
}